Expression Property

Summary

Gets the expression tree that is associated with the instance of IQueryable.

Syntax
C#
VB
C++
public Expression Expression {get;} 
Public ReadOnly Property Expression As Expression 
public: 
property Expression^ Expression { 
   Expression^ get(); 
} 

Property Value

The Expression that is associated with this instance of IQueryable.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly